ArcPad Preferences File Schema
MAPGRID Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : MAPGRID Element

Glossary Item Box

Description

Used to specify map grid settings in ArcPadPrefs.apx.

Diagram

TEXTSYMBOL Element SIMPLELINESYMBOL Element Sequence MAPGRID Element

Overview

MAPGRID
Used to specify map grid settings in ArcPadPrefs.apx.
visible optional Restriction of xs:string
Sequence
SIMPLELINESYMBOL
Used to symbolize line features.
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse  

Examples

Source

<xs:element name="MAPGRID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify map grid settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SIMPLELINESYMBOL" />
      <xs:element ref="TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute default="false" ref="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the map grid is displayed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.